home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 15
/
BBS in a box XV-1.iso
/
Files
/
PowerMac
/
PowerCFG 2.2 UR.sit
/
powerCFG 2.2 UR
/
µCinema Convert
/
standard lib.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-04-02
|
288 b
|
11 lines
|
[
TEXT/KAHL
]
/********************************************************************
module: standard lib.h
********************************************************************/
#pragma once
#include <size_t.h>
void * memset( void *, int, size_t );
int memcmp(const void *, const void *, size_t);